home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00280_Script_gsndsnd < prev    next >
Text File  |  1999-09-22  |  446b  |  17 lines

  1. on mouseUp
  2.   global chaspcursor,handcur, gbotline
  3.   set handcur to [the number of cast "HC1",the number of cast "HC2"]
  4.   CHASPCURSOR HANDCUR,8,9
  5.   --  CHASPCURSOR HANDCUR,55,56
  6.   CHASPCURSOR HANDCUR,109,120
  7.   CHASPCURSOR -1,6,7
  8.   global cspname,cspchannel
  9.   set cspname to "fvoic"
  10.   set cspchannel to 112
  11.   set gbotline to 16
  12.   set the movieTime of sprite 105 to 0
  13.   set the movieRate of sprite 105 to 1
  14.   go to frame "gsnd"
  15. end
  16.  
  17.